
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

*{ margin:0; padding:0;}

body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;overflow-x:hidden;position: relative;padding: 0 ; width: 100%;color: #1f1f1f;
font-family:微软雅黑, Arial,Regular, Helvetica, sans-serif, Microsoft Yahei; font-size:14px;  line-height:1;background: #fff;}
/* @font-face {
	font-family:Bold;
	src: url(../fonts/syCN-Bold.otf);
}
@font-face {
	font-family:ExtraLight;
	src: url(../fonts/syCN-ExtraLight.otf);
}
@font-face {
	font-family:Heavy;
	src: url(../fonts/syCN-Heavy.otf);
}
@font-face {
	font-family:Light;
	src: url(../fonts/syCN-Light.otf);
}
@font-face {
	font-family:Medium;
	src: url(../fonts/syCN-Medium.otf);
}
@font-face {
	font-family:Regular;
	src: url(../fonts/syCN-Regular.otf);
}
@font-face {
	font-family:Normal;
	src: url(../fonts/syCN-Normal.otf);
} */
.n_im{
	width: 16px;
}
html.act{overflow: hidden;width: 100%;height: 100vh;}

ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }

.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}

.clearfix { *zoom:1; }

a{display: inline-block; text-decoration:none; cursor:pointer; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;color: #1f1f1f;}

textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}

img{border:none;display: block;max-width: 100%;}

img[src=""]{opacity: 0;}

body::-webkit-scrollbar{ width:4px;height: 1px;}

body::-webkit-scrollbar-thumb{ background:#000;}

body::-webkit-scrollbar-track{ background:#fff;} 

.f_12{ font-size:12px; }

.f_16{ font-size:16px; }

.f_18{ font-size:18px; }

.f_20{ font-size:20px; }

.f_22{font-size: 22px;}

.f_24{ font-size:24px; }

.f_26{ font-size:26px; }

.f_28{ font-size:28px; }

.f_30{ font-size:30px; }

.f_32{ font-size:32px; }

.f_34{ font-size:34px; }

.f_36{ font-size:36px; }

.f_38{ font-size:38px; }

.f_40{font-size: 40px;}

/*分页*/

.BMap_mask,.BMap_cpyCtrl,.BMap_scaleTxt,.BMap_scaleCtrl,.BMap_omCtrl,.anchorBL{ display:none !important;}

.a_dw{position: relative;top: -70px;}

.box {max-width:1440px;min-width: 1200px;width:75%; margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.ibox {width:1000px;margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}
	
.page1{clear:both; text-align:center; height: 45px;margin: 30px 0 0;text-align: center;}

.page1 span a{display: inline-block; color:#333333;padding:10px 13px; text-decoration:none;background: #f7f7f7;}

.page1 span a:hover,.page1 span.current a{  background:#005ed1; color:#fff;}

.page1 span{margin:2px 5px;}

.page2{width: 120px;height: 40px;background: #005ed1;color: #fff;display: block;margin: 0 auto;line-height: 40px;display: none;}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}

.wow{opacity: 0;}

.wow1{opacity: 1;}

.fbd{font-weight: bold;}

/* 弹窗 */

.z_tanchuang {position: fixed;display: table;height: 100%;width: 100%;top: 0;left: 0;transform: scale(0);-webkit-transform: scale(0);z-index: 999;}

.z_tanchuang .tbox {display: table-cell;background: rgba(0, 0, 0, 0.8);text-align: center;vertical-align: middle;}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {background: white;padding: 20px;display: block;border-radius: 5px;position: relative;width: 60%;max-width: 1200px;max-height: 90%;margin: 0 auto;}

.z_tanchuang .tbox .modal .out{position: absolute;width: 40px;height: 40px;line-height: 40px;background: #fff url(../images/out.png) center no-repeat;background-size: 20px;color: #000;font-size: 30px;text-align: center;border-radius: 50%;top: 0;right: -50px;cursor: pointer;z-index: 99;}

.z_tanchuang .tbox .modal .img{width: 100%;max-width: 600px;margin: 0 auto;}

.z_tanchuang .tbox .modal .img video{display: block;width: 100%;max-width: 100%;object-fit: cover;}

.z_tanchuang .tbox .modal .img img{margin: 0 auto ;}

.z_tanchuang .tbox .modal .out:hover{background: #fff url(../images/out2.png) center no-repeat;background-size: 20px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.z_tanchuang .tbox .modal2{padding: 20px;}

.z_tanchuang .tbox .modal .img{max-width: 1200px;}


/* 弹窗选中 */

.z_tanchuang.one {transform: scaleY(0.01) scaleX(0);animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scaleY(0.01) scaleX(0);-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one .tbox .modal {transform: scale(0);animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(0);-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one.out {transform: scale(1);animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(1);-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one.out .tbox .modal {animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

/* 弹窗动画 */

@keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}

@keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@-webkit-keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@-webkit-keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}

.t_hd{
	height: 34px;
	line-height: 34px;
	background-color: #f2f3f5;
	border-bottom: 1px solid #e6e7eb;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 101;
}
.t_hd .itn{
	float: right;
	font-size: 14px;
	color: #999999;
	margin-left: 25px;
	cursor: pointer;
}
.t_hd .itn .lag_img{
  width: 24px;
}

.t_hd .itn img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}
.t_hd .itn.n_im img{
	margin-right: 0px;
}

.t_hd s{
	width: 2px;
	height: 14px;
	background-color: #cccccc;
	display: inline-block;
	margin-left: 25px;
	float: right;
	margin-top: 10px;
}

.t_hd .itn.dh{
	font-size: 16px;
	font-weight: bold;
	color: #1340bf;
}
.t_hd .itn.dh img{
	margin-top: -4px;
}
.head{
	height: 65px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	position: fixed;
	left: 0;
	width: 100%;
	top: 34px;
	z-index: 99;
}
.p_60{
	padding-top: 99px;
}
.head .logo{
	float: left;
	width: 160px;
	display: flex;
    min-height: 65px;
    align-items: center;
}
.head .logo img{
	display: block;
	width: 100%;
}
.head .fr{
	float: right;
}
.head .h_r{
	float: right;
}
.head .ul1 li a{
	font-size: 16px;
	color: #333333;
	display: block;
}
.head .ul1 li {
	display: inline-block;
	line-height: 65px;
	margin-right: 38px;
	position: relative;
}
.head .ul1 li .jt{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -2px;
}

.head .ul1 li a span{
	display: inline-block;
	height: 100%;
	position: relative;
}


.head .ul1 li a span::before{
	content: "";
	width: 0%;
	height: 3px;
	background-color: #1340bf;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
}

.head .ul1 li a span:hover::before,.head .ul1 li.on a span::before{
	width: 100%;
}

.head .ul1 li:hover .jt{
	transform: rotate(180deg);-webkit-transform: rotate(180deg);
}
.head .right{
	float: right;
}
.h_nav{
	float: right;
}
.head .right .ss{
	width: 240px;
	height: 32px;
	margin-top: 16.5px;
	background-image: url(../images/so.png);
	background-position: center left 14px; 
	background-repeat: no-repeat;
}
.head .right .ss input{
	width: 100%;
	outline: none;
	line-height: 32px;
	border-radius: 32px;
	border: 1px solid #cccccc;
	background-color: transparent;
	height: 100%;
	padding-left: 40px;
	padding-right: 12px;
}
.head .box{
	z-index: 9;
}
.head .ul1 li .two_nav{
	position: absolute;
	top: 66px;
	left: 40%;
	-webkit-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	transform: translatex(-50%);
	width: 143px;
	text-align: center;
	border: 1px solid #1340bf;
	border-top: none;
	line-height: 1.2;
	padding-top: 30px;
	display: none;
	background-color: #fff;
}



.head .ul1 li .two_nav .lbt{
		width: 100%;
	    height: auto;
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: 2;
}


.head .ul1 li .two_nav dd a{
		padding-bottom: 12px;
		display: block;
}
.head .ul1 li .two_nav dd a:hover{
	color: #1340bf;
}

.head .ul1 li .two_nav.pro{
	top: 99px;
	width: 100%;
	max-width: 1200px;
	position: fixed;
	left: 50%;
	padding: 30px 0;
}

.head .ul1 li .two_nav.pro .lbt{
	display: flex;
	/*flex-wrap: wrap;*/
	box-sizing: border-box;
	    justify-content: center;
}
.head .ul1 li .two_nav.pro dd{
	text-align: left;
	width: auto;
	padding: 0 25px;
	margin-bottom: 44px;
	/* margin-right: 80px; */
}
.head .ul1 li .two_nav dd{
	margin-bottom: 14px;
}
.head .ul1 li .two_nav.pro dd:last-child{
	margin-right:0px;
}
.head .ul1 li .two_nav.pro dd a:first-child{
	color: #2e3033;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.head .ul1 li .two_nav.pro dd:nth-child(5){
	margin-top: -78px;
}
.head .ul1 li .two_nav.pro dd:nth-child(6){
	margin-top: -15px;
}
.head .ul1 li .two_nav.pro dd:nth-child(7){
	margin-top: -49px;
}
.head .ul1 li .two_nav.pro dd a:first-child:hover{
	color: #1340bf;
}

.head .ul1 li .two_nav.act{
	top: 65px;
}
.head .ul1 li .two_nav.pro.act{
	top: 99px;
}

/* //banner */
body{
	max-width: 1920px;
	
}
.banner .l{
	float: left;
	width: 69.7916666666%;
}

.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.banner .swiper-slide .ban_txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 15%;
	padding-left: 240px;
  opacity: 0;
}
.banner .swiper-slide .ban_txt .tit{
	font-size: 54px;
	color: #1340bf;
	/* font-family: Heavy; */
	line-height: 1.7;
	margin-bottom: 8px;
	
}
.banner .swiper-slide .ban_txt .tit span{
	/* font-family: Bold; */
	padding-right: 20px;
	font-weight: bold;

}
.banner .swiper-slide .ban_txt .f_tit{
	font-size: 20px;
	color: #45484c;
	line-height: 1.7;
	margin-bottom: 54px;
}
.b_more{
	display: block;
	width: 190px;
	height: 48px;
	border-radius: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #f2812d;
	border: 1px solid #f2812d;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px 0 30px;
	transition: .3s;
}

.b_more span{
	width: 28px;
	height: 28px;
	display: block;
	position: relative;
}
.b_more span img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: .3s;
}

.b_more span img:last-child{
	opacity: 0;
}
.b_more:hover{
	color: #1340bf;
	border: 1px solid #1340bf;
}
.b_more:hover img:last-child{
	opacity: 1;
}
.b_more:hover img:first-child{
	opacity: 0;
}

.banner0 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
	margin: 0 5px!important;
}
.banner0 .swiper-pagination-bullet-active{
	width: 80px;
	background-color: #1340bf;
	border-radius: 8px;
}
.banner0 .swiper-pagination{
	text-align: left;
	padding-left: 240px;
	bottom: 50px;
}
.banner_r1 .swiper-slide,.banner_r2 .swiper-slide{
	position: relative;
}
.banner_r1 .swiper-slide .txt,.banner_r2 .swiper-slide .txt{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 60px 56px;
}
.banner_r1 .txt .tit,.banner_r2 .swiper-slide .tit{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin-bottom: 22px;
	padding-bottom: 20px;
	position: relative;
}
.banner_r2 .swiper-slide .tit{
	border: none;
}
.banner_r1 .txt .tit img,.banner_r2 .txt .tit img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	height: auto;
}
.banner_r1 .txt .tit::before{
	content: "";
	width: 70px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.banner_r1 .txt .desc{
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.banner_r2 .txt .f_desc p{
	font-size: 22px;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 20px;
}
.banner_r2 .txt .info span{
	display: inline-block;
	color: rgba(255,255,255,.8);
	font-size: 14px;
	margin-right: 30px;
}
.banner_r2 .txt .info span img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.banner_r2 .r2_line{
	display: none;
	bottom: 33.6%;
	top: auto;
	 height: 1px;
	 background-color: rgba(255,255,255,.1);
	 left: 40px;
	 right: 40px;
	 width: auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: #fff;
}

.page_num{
	line-height: 48px;
	font-size: 16px;
	color: #606266;
	/* font-family: Normal; */
	margin: 0 20px;
}
.page_num span{
	display: inline-block;
	padding: 0 4px;
	cursor: pointer;
}
.page_num span.on{
	font-size: 18px;
	color: #1340bf;
}

.in_row2{
	background-color: #e6e6e6;
}
.in_row2 .top_tit{
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
}
.g_tit .t1{
	font-size: 36px;
	color: #2e3033;
	font-weight: bold;
	margin-bottom: 16px;
}
.g_tit .t1 img{
	display: inline-block;
}
.p_100{
	padding: 110px 0;
}
.g_tit .t2{
	font-size: 18px;
	color: #969799;
	padding-left: 36px;
}
.f_nav{
	
}
.f_nav .itvn{
	display: inline-block;
	font-size: 16px;
	color: #7a7c80;
	height: 40px;
	line-height: 40px;
	padding: 0 22px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 40px;
}
.f_nav .itvn.on,.f_nav .itvn:hover{
	border: 1px solid #1340bf;
	color: #1340bf;
}
.pro_box li{
	float: left;
	width: 25%;
	background-color: #fff;
}
/* .pro_box li:nth-child(2n){
	background-color: #fff;
} */


/*.pro_box  li:nth-child(2),.pro_box li:nth-child(4),.pro_box li:nth-child(5),.pro_box li:nth-child(7),.pro_box li:nth-child(10),.pro_box li:nth-child(12),.pro_box li:nth-child(13),.pro_box li:nth-child(15),.pro_box li:nth-child(18),.pro_box li:nth-child(20),.pro_box li:nth-child(21),.pro_box li:nth-child(23),.pro_box li:nth-child(26),.pro_box li:nth-child(28),.pro_box li:nth-child(29),.pro_box li:nth-child(31),.pro_box li:nth-child(34),.pro_box li:nth-child(36),.pro_box li:nth-child(37),.pro_box li:nth-child(39),.pro_box li:nth-child(42),.pro_box li:nth-child(44),.pro_box li:nth-child(45),.pro_box li:nth-child(47),.pro_box li:nth-child(50),.pro_box li:nth-child(52),.pro_box li:nth-child(53),.pro_box li:nth-child(55){*/
/*	background-color: #f5f5f5;*/
/*}*/




.pro_box li .txt{
	height: 98px;
	font-size: 18px;
	color: #45484d;
	/* font-weight: bold; */
	text-align: center;
	padding-top: 20px;
	position: relative;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 1.5em;

}
.pro_box li:hover{
	background-color: #1340bf !important;
}
.pro_box li:hover .txt{
	color: #fff;
}
.pro_box li .txt::before{
	content: "";
	position: absolute;
	width: 0;
	height: 6px;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: #1340bf;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.pro_box li:hover .txt::before{
	width: 100%;
	left: 0;
	right: auto;
}
.pro_box li{
	border-bottom: 1px solid #f5f5f5;

}

/* 底部 */
/* //åº•éƒ¨ */
.footer {padding: 92px 0 106px;background: #f2f2f2;color: #7a7c80;}

.footer .flt {width: 480px;float: left;}

.footer .flt .dh {display: block;padding-left: 76px;height: 70px;background: url(../images/phone.png) left top no-repeat;color: #fff;}

.footer .flt .dh .tt {opacity: 0.6;margin-bottom: 10px;}

.footer .flt .abtn {margin-top: 24px;}

.footer .flt .abtn a {display: block;color: #bdbdbd;margin-bottom: 15px;}

.footer .flt .abtn a span {display: block;width: 105px;float: left;background: url(../images/dian.png) 86px center no-repeat;}

.footer .flt .abtn a span s {display: inline-block;width: 40px;}

.footer .frt {max-width: calc(100 - 500px);float: right;}

.footer .frt li {float: left;margin-right: 106px;}

.footer .frt li a:nth-child(1) {font-size: 20px;color: #303133;font-weight: bold;margin-bottom: 26px;}

.footer .frt li a {display: block;color: #7a7c80;margin-bottom: 20px;line-height: 1;font-size: 14px;}

.footer .frt li a:hover span{color: #1340bf;}

.clearfix:after {content: " ";display: block;height: 0;clear: both;visibility: hidden;}

.footer .frt s {display: inline-block;width: 32px;}

.footer2 {padding: 18px 0;background: #e6e6e6;color: #7a7c80;border-top: 1px solid rgba(255, 255, 255, 0.07);}

.footer2 .flt {float: left;line-height: 36px;}

.footer2 .flt a {color: #7a7c80;padding-left: 20px;}

.footer2 .flt a>img {display: block;width: 100%;opacity: 0.3;}

.footer2 .flt a .ewm {display: block;width: 100px;position: absolute;bottom: 100%;left: 0;z-index: 2;opacity: 0;visibility: hidden;pointer-events: none;}

.footer2 .frt {float: right;line-height: 36px;color: #7a7c80;}

.footer2 .frt span,.footer2 .frt a {display: block;float: left;margin-left: 10px;color: #7a7c80;}

.footer2 .flt a:hover .ewm {bottom: 120%;opacity: 1;visibility: visible;}

.banner1 .mo_img {display: none;}

.m_head,.m_nav {display: none;}

.footer .frt li:last-child{margin-right: 0;}
.d_logo img ,.lxfs img{
	float: left;
	display: inline-block;
}
.d_logo a img{
    opacity: 0.6;
    transition: all 0.3s;
}
.d_logo a img:hover{
    opacity: 1;
}
.d_logo .icons .ion{
	display: inline-block;
	margin-left: 24px;
}
.d_logo .icons{
	margin-left:36px;
	float: left;
	margin-top: -3px;
}
.d_logo .icons img{
    width: 36px;
    object-fit: contain;
}
.d_logo {
	margin-bottom: 46px;
}

.d_logo .lo_img {
    width: 160px;
}



.lxfs{
	margin-bottom: 46px;
}
.lxfs .ldh{
	float: left;
	font-size: 18px;
	color: #626466;
	font-weight: bold;
	padding-left: 19px;
}
.lxfs .ldh .numer{
	font-size: 36px;
	color: #303133;
	font-weight: bold;
	margin-top: 15px;
}
.desc_dz{
	font-size: 14px;
	color: #5c6066;
}
.desc_dz a{
	color: #5c6066;
}
.desc_dz p{
	line-height: 1.7em;
	margin-bottom: 6px;
}
.hide-tab{display: none;}
.footer .flt .hqr{
	position: relative;
}
.footer .flt .hqr .qr{
	position: absolute;
	bottom: 100%;
	left: -60px;
	width: 160px;
	height: 160px;
	max-width: 160px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.footer .flt .hqr:hover .qr {
    bottom: 120%;
    opacity: 1;
    visibility: visible;
}
.t_hd .itn{
	position: relative;
	z-index: 101;
}
.t_hd .itn .up_qr{
		position: absolute;
	    top: 100%;
	    left: -60px;
	    width: 160px;
	    height: 160px;
	    max-width: 160px;
	    z-index: 2;
	    opacity: 0;
	    visibility: hidden;
	    pointer-events: none;
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
	z-index: 101;
}
.t_hd .itn:hover .up_qr{
	top: 120%;
	opacity: 1;
	visibility: visible;
}
.p_80{
	padding: 80px 0 100px;
}
.ban{
	height: 330px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ban img{
        width: 100%;
		display: block;
	    height: 330px;
	    /*max-width: 1000px;*/
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
}
.g_tit2{
	font-size: 28px;
	color: #333333;
	text-align: center;
	/* font-family: Regular; */
	position: relative;
	margin-bottom: 30px;
}
.g_tit2::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bfbfbf;
	margin-top: -0.5px;
	z-index: -1;
}
.g_tit2 span{
	background-color: #fff;
	padding: 0 16px;
}
.content{
	padding-top: 50px;
}

.pro_list {
	margin-top: 48px;
	border-left: 1px solid #e0e0e0;
	border-top: none;
}
.pro_list li{
	float: left;
	width: 25%;
	/*background-color: #f2f2f2;*/
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.pro_list li .pic{
    height: 220px;
}
.pro_list li .txt{
	height: 80px;
	font-size: 18px;
	color: #45484d;
	/* font-family: Medium; */
	padding-top: 18px;
	text-align: center;
	line-height: 1.4em;
}
.pro_list  li:nth-child(2),.pro_list li:nth-child(4),.pro_list li:nth-child(5),.pro_list li:nth-child(7),.pro_list li:nth-child(10),.pro_list li:nth-child(12),.pro_list li:nth-child(13),.pro_list li:nth-child(15),.pro_list li:nth-child(18),.pro_list li:nth-child(20),.pro_list li:nth-child(21),.pro_list li:nth-child(23),.pro_list li:nth-child(26),.pro_list li:nth-child(28),.pro_list li:nth-child(29),.pro_list li:nth-child(31),.pro_list li:nth-child(34),.pro_list li:nth-child(36),.pro_list li:nth-child(37),.pro_list li:nth-child(39),.pro_list li:nth-child(42),.pro_list li:nth-child(44),.pro_list li:nth-child(45),.pro_list li:nth-child(47),.pro_list li:nth-child(50),.pro_list li:nth-child(52),.pro_list li:nth-child(53),.pro_list li:nth-child(55){
	background-color: #fff;
}
/* .pro_list li:nth-child(4n){
	border-right: none;
} */
.pro_list li a{
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	background-color: rgba(19,64,191,.75);
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro_list li:hover a{
	width: 100%;
	left: 0;
	right: auto;
}
.pro_list li:hover .con{
	opacity: 1;
}
.pro_list li .con img{
	display: block;
	margin-bottom: 12px;
}
.pro_list li .con{
	font-size: 16px;
	color: #fff;
	text-align: center;
	opacity: 0;
}
.content.desc{
	padding: 0;
}
.screen_pro{
	font-size: 14px;
	color: #555;
	margin-top: 60px;
	overflow: hidden;
}
.s_nav .intm{
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 10px;
}
.s_nav .intm em{
	display: inline-block;
	width: 11px;
	height: 11px;
	box-sizing: border-box;
	border: 1px solid #626262;
	/* background-color: red; */
	position: relative;
	margin-right: 10px;
}
.s_nav .intm em::before{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #1340bf;
	position: absolute;
	top: 2px;
	left: 2px;
	opacity: 0;
}
.s_nav .intm.on em::before{
	opacity: 1;
}
.s_nav{
	padding-left: 20px;
	/* font-family: Normal; */
	overflow: hidden;
}
.pro_list.desc li .txt{
	height: auto;
	padding-bottom: 30px;
}
.pro_list li .dhn{
	font-size: 14px;
	color: #45484d;
}
.pro_list li .dhn .p1{
	font-size: 14px;
	color: #45484d;
	/* font-family: Normal; */
	margin: 28px 0 0px;
	padding: 0 6px;
	line-height: 1.4em;
	height: 2.8em;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.desc_tit{
	font-size: 28px;
	color: #1340bf;
}
.desc_con .l{
	float: left;
	width: 600px;
}
.desc_con .r{
	overflow: hidden;
	padding-top: 118px;
	padding-left: 78px;
}
.desc_con .r .tit{
	font-size: 36px;
	color: #2e3033;
	/* font-family: Heavy; */
	margin-bottom: 25px;
}
.desc_con .r .descz{
	font-size: 14px;
	color: #555555;
	/* font-family: Normal; */
	margin-bottom: 149px;
}
.desc_con .r .descz .t1{
	font-size: 18px;
	color: #45484c;
	/* font-family: Bold; */
	font-weight: bold;

	margin-bottom: 50px;
}
.b_more.desc{
	width: 160px;
	border: 1px solid #909399;
	color: #909399;
	cursor: pointer;
}
.b_more.desc:hover{
	border: 1px solid #1340bf;
	color: #fff;
	background-color: #1340bf;
}
.b_more.desc:hover button{
    color: #fff;
}
.ds_btn{
	display: flex;
	justify-content: flex-end;
}
.pro_desc .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #bbbcbf;
    opacity: 1;
}
.pro_desc .swiper-pagination-bullet-active {
    background: #1340bf;
}
.pro_desc .swiper-pagination{
	bottom: 0;
}
.pro_desc {padding-bottom: 50px;}
.pro_desc .swiper-slide{
	cursor: url(../images/fd.png), zoom-in;
}
.img_big{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 999;
	height: 0;
	overflow: hidden;
	transition: .3s;
}

.img_big.on{
	height: 100%;
}
.img_pop .img_con{
	width: auto;
}


.img_big .img_con{
	max-width: 950px;
	max-height: 70%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 100%;
}
.img_big .img_con img{
	display: block;
	width: 80%;
	/* max-height: 80%; */
	margin: 0 auto;
}
.pro_desc2{height: 100%;}
.pro_desc2 .swiper-slide{
	font-size: 24px;
	color: #2e3033;
	/* font-family: Heavy; */
	text-align: center;
}
.pro_desc2 .swiper-slide .txt{
	padding: 20px 0;
}
.pro_desc2 {
	padding: 0 40px;
	background-color: #fff;
}
.img_con .hide_i{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
	cursor: pointer;
}
.img_con .hide_i img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.img_con .hide_i img:last-child{
	opacity: 0;
}
.img_con .hide_i:hover img:last-child{
	opacity: 1;
}
.img_con .hide_i:hover img:first-child{
	opacity: 0;
}
.pro_desc2 .swiper-button-next,.pro_desc2 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	transition: .3s;
}
.pro_desc2 .swiper-button-next {
	background-image: url(../images/pro_r.png);
    right: 45px;
    left: auto;
}
.pro_desc2 .swiper-button-next:hover{
	background-image: url(../images/pro_ra.png);
}
.pro_desc2  .swiper-button-prev{
	background-image: url(../images/pro_l.png);
    left: 45px;
    right: auto;
}
.pro_desc2  .swiper-button-prev:hover{
	background-image: url(../images/pro_la.png);
}
.pro_descbox{
	padding-top: 40px;
}
.pro_descbox .title,.title.zx_t{
	font-size: 22px;
	color: #333333;
	/* font-family: Normal; */
	margin-bottom: 28px;
}

.pro_descbox .tone{
	font-size: 14px;
	color: #555;
	/* font-family: Normal; */
	line-height: 2.2em;
	margin-bottom: 45px;
}
.info_box{
	
}
.inp_con{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.inp_con .item{
	width: 460px;
	border: 1px solid #d7d7d9;
	border-radius: 8px;
	display: flex;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.inp_con .item span{
	width: 120px;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #2e3033;
	text-align: center;
	background-color: #f7f7f7;
	border-right: 1px solid #d7d7d9;
}
.inp_con .item span p{
	display: inline;
    color: red;
}
.inp_con .item input{
	outline: none;
	border: none;
	width: calc(100% - 120px);
	height: 100%;
	font-size: 16px;
	color: #2e3033;
	padding: 0 12px;
	/* font-family: Regular; */
}
.tex_con{
	width: 100%;
	height: 140px;
	border: 1px solid #d7d7d9;
	border-radius: 8px;
	overflow: hidden;
}
.tex_con textarea{
	border: none;
	padding: 20px 30px;
	font-size: 16px;
	color:#2e3033;
	/* font-family: Regular; */
	height: 100%;
	font-family: 微软雅黑, Arial,Regular, Helvetica, sans-serif, Microsoft Yahei;
}



	.tex_con textarea::-webkit-input-placeholder {
		font-size: 16px;
		color:#2e3033;
		/* font-family: Regular; */
	}

	.tex_con textarea:-moz-placeholder {
	    color:#2e3033;
		font-size: 16px;
		/* font-family: Regular; */
	}

	 .tex_con textarea::-moz-placeholder {
	    color:#2e3033;
		font-size: 16px;
		/* font-family: Regular; */
	}

	.tex_con textarea:-ms-input-placeholder {
	    color:#2e3033;
		font-size: 16px;
		/* font-family: Regular; */
	}
.info_btns{
	display: flex;
	justify-content: flex-end;
	padding-top: 30px;
}
.info_btns .b_more{
	margin-left: 40px;
	padding: 0 30px;
}
.info_btns .b_more button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: transparent;
}
.chans_box{
	background-color: #f7f7f7;
	padding: 56px 40px;
	margin-bottom: 48px;
}
.chans_box .div{
	border-top: 1px solid #1340bf;
}
.from_pro{
	width: 100%;
	padding: 10px 0;
}
.from_pro li{
	display: flex;
	font-size: 14px;
	color: #2e3033;
	/* font-family: Medium; */
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.from_pro li p:last-child{
	color: #2e3033;
	/* font-family: Normal; */
	width: calc(100% - 23%);
	padding-left: 26px;
}
.from_pro li p:first-child{
	width: 23%;
}



.pj_box .pic img{
	display: block;
	width: 100%;
}
.pj_box li{
	width: 25%;
	float: left;
	background-color: #f2f2f2;
}
.pj_box .txt .tit{
	color: #45484d;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	margin-bottom: 20px;
}
.pj_box .txt {
	padding: 10px 12px 40px;
}
.pj_box .texts img{
	width: 11px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.pj_box .texts {
	text-align: center;
}
.pj_box .texts .p2{
	margin-bottom: 12px;
	cursor: pointer;
	position: relative;
}
.pj_box .texts .p1{
	margin-bottom: 10px;
}
.xl_zg span{
	display: block;
	margin-bottom: 16px;
}
.xl_zg{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 165%;
	background-color: #fff;
	padding: 10px 0;
}
.xl_zg span:hover{
	color: #1340bf;
}
.pj_box .texts .p2 em{
	font-style: normal;
	line-height: 1.4em;
	height: 4.2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding-left: 4px;
}

.pj_box  li:nth-child(2),.pj_box li:nth-child(4),.pj_box li:nth-child(5),.pj_box li:nth-child(7),.pj_box li:nth-child(10),.pj_box li:nth-child(12),.pj_box li:nth-child(13),.pj_box li:nth-child(15),.pj_box li:nth-child(18),.pj_box li:nth-child(20),.pj_box li:nth-child(21),.pj_box li:nth-child(23){
	background-color: #fff;
}
.pj_box{
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	margin-bottom: 48px;
}

.pj_box .texts .p2 .zup{
	display: inline-block;
}

.pj_box li{
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
  height: 374px;
}
.video_list{
	margin: 0 -20px 8px;
}
.video_list li{
	float: left;
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.video_list li .txt	{
	font-size: 16px;
	color: #45484d;
	text-align: center;
	padding: 30px 14px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	/* border: 1px solid #bfc0c3;
	border-top: none; */
}
.video_list li .con{
	position: relative;
	cursor: pointer;
}
.video_list li .con::before{
	content: "";
	width: 64px;
	height: 64px;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}
.video_list li .con:hover .txt{
	color: #1340bf;
}
.video_list li .pic{
	overflow: hidden;
}
.video_list li .pic img{
	display: block;
	width: 100%;
}
.video_list li .con:hover img{
	  -webkit-transform: scale(1.08);
	   -moz-transform: scale(1.08); 
	   -ms-transform: scale(1.08); 
	    -o-transform: scale(1.08); 
	    transform: scale(1.08);
}
.left_nav .l_vcn{
	font-size: 16px;
	color: #45484c;
	/* font-family: Medium; */
	margin-bottom: 22px;
	text-align: right;
	cursor: pointer;
}
.left_nav .l_vcn em{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #dae0e5;
	border-radius: 50%;
	margin-left: 12px;
	margin-top: -2px;
}
.left_nav .l_vcn.act em{
	background-color: #1340bf;
}
.ibox.res{
	position: relative;
}
.le_fh{
	font-size: 18px;
	color: #45484c;
	/* font-family: Medium; */
	display: block;
	margin-bottom: 34px;
	text-align: right;
}
.le_fh img{
	display: inline-block;
	margin-top: -3px;
	margin-left: 12px;
}
.left_box{
	position: fixed;
    left: 17%;
    top: 340px;
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
    z-index: 10;
    padding: 30px 20px;
    background-color: #fff;
    width: 304px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 8px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px 0px rgba(0,0,0,0.1);
}


.r_ji{
	position: fixed;
	z-index: 10;
	-webkit-transform: translatex(0);
	-moz-transform: translatex(0);
	-o-transform: translatex(0);
	transform: translatex(0);
	left: auto;
	top: 17%;
	right: 0%;
	width: 30px;
	height: 20px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 8px 0px rgba(0,0,0,0.1);
    padding-left: 6px;
}
	
.r_ji.act img{
	transform: rotate(180deg) translatey(-5px);
	-webkit-transform: rotate(180deg) translatey(-5px);

}

.r_ji img{
    -webkit-transform: translatey(5px);
    -moz-transform: translatey(5px);
    -o-transform: translatey(5px);
    transform: translatey(5px);
}
.r_ji{
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
}

.r_ji.act {
width: 121px;
justify-content: start;
padding: 0 20px;
}

.tlt64{
	font-size: 22px;
    color: #333333;
    /* font-family: Normal; */
    margin-bottom: 28px;
}
.left_nav {
	
}
.f_banner img{
	display: block;
	width: 100%;
	height: 330px;
}
.f_banner .mobile{
	display: none;
}
.f_banner {
	position: relative;
}
.f_banner .tit{
	font-size: 54px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/* font-family: Bold; */
	font-weight: bold;
	width: 60%;
}
.ab_desc{
	font-size: 14px;
	color: #555555;
	/* font-family: Normal; */
	line-height: 2.4em;
	padding-top: 54px;
	margin-bottom: 70px;
}
.ab_video img,.ab_video .paly img{
	display: block;
	width: 100%;
}
.ab_video{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.ab_video:hover .cban{
	-webkit-transform: scale(1.08);
	 -moz-transform: scale(1.08); 
	 -ms-transform: scale(1.08); 
	  -o-transform: scale(1.08); 
	  transform: scale(1.08);
}

.ibox.res .ds_btn .b_more.desc {display: none;}
.r_ji{display: none;}
.ab_video .paly{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}
.ab_video .paly::before{
	content: "";
	width: 100px;
	height: 100px;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
}

@keyframes pulsate {0% {transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0; }50% {opacity: 1; }100% {transform: scale(1.3);-webkit-transform: scale(1.3);opacity: 0; } }

@-webkit-keyframes  pulsate {0% {transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0; }50% {opacity: 1; }100% {transform: scale(1.3);-webkit-transform: scale(1.3);opacity: 0; } }

.ab_video .paly:hover::before{
	opacity: 1;
	animation: pulsate 1.5s ease-out infinite;
	-webkit-animation: pulsate 1.5s ease-out infinite
}
.ab_r2{
	padding-top: 80px;
}

.ab_r2 .r2_box .top_tit{
	font-size: 14px;
	color: #555555;
	/* font-family: Normal; */
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 40px;
}

.ab_r2 .r2_box{
	padding-top: 56px;
}
.culture_list li{
	width: 33.33333%;
	float: left;
	text-align: center;
	padding: 68px 0;
	background-color: #fff;
	position: relative;
}
.culture_list li .icon{
	height: 44px;
	display: inline-block;
}
.culture_list li .tit{
	font-size: 16px;
	color: #555555;
	/* font-family: Medium; */
	margin: 30px 0 20px;
}
.culture_list li p{
	font-size: 14px;
	color: #555555;
	/* font-family: Normal; */
}
.culture_list li:nth-child(odd){
	background-color: #eeeeee;
}
.culture_list {
	border: 1px solid #eee;
}
.culture_list li::before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 74%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 0;
	background-color: #1340bf;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.culture_list li:hover::before{
	height: 5px;
}
.js_info{padding-top: 70px;}
.js_info .tit{
	font-size: 14px;
	color: #555;
	/* font-family: Bold; */
	font-weight: bold;
	margin-bottom: 24px;
}
.js_info p{
    line-height: 30px;
}
.js_info .desc{
	color: #555555;
	font-size: 14px;
	line-height: 2em;
	/* font-family: Normal; */
	margin-bottom: 40px;
}
.c_ban{
	position: relative;
}
.c_ban .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 66px;
}
.c_ban .text .top_i{
	display: flex;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.c_ban .text .l{
}
.c_ban .text .bot_lx{
	font-size: 20px;
	color: #fff;
	/* font-family: Bold; */
	font-weight: bold;

}
.c_ban .text .bot_lx span:last-child{
	margin-left: 16px;
}
.c_ban .text .r{
	text-align: center;
	font-size: 14px;
	color: #fff;
	/* font-family: Bold; */
	font-weight: bold;

}
.c_ban .text .r img{
	margin-bottom: 10px;
	width: 110px;
	height: 110px;
}
.js_80{
	margin-bottom: 80px;
}
.new_nav {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.new_nav .n_btn{
	cursor: pointer;
	width: 160px;
	line-height: 48px;
	border: 1px solid #555555;
	border-radius: 48px;
	text-align: center;
	font-size: 18px;
	color: #555555;
	/* font-family: Medium; */
}
.new_nav .n_btn:last-child{
	margin-left: 78px;
}
.new_nav .n_btn.on,.new_nav .n_btn:hover{
	background-color: #1340bf;
	color: #fff;
	border-color: #1340bf;
}
.new_nav .n_btn.on a,.new_nav .n_btn:hover a{
	color: #fff;
}
.so_click{
    position: absolute;
    top: 28%;
    right: 3%;
}
.new_box .ul1{
	text-align: right;
	margin-top: 60px;
	font-size: 16px;
}
.new_box .ul1 li{
	display: inline-block;
	margin: 0 8px;
}
.new_box .ul1 li.act a{
	color: #1340bf;

}
.new_box .ul1 li:last-child{
	/* display: block; */
}

.new_box .ul1 li:hover a{
	color: #1340bf;
}

.new_box .ul1 input{
	width: 30px;
	outline: none;
	text-align: center;
}
.news_list{
	padding-top: 60px;
}
.news_list li{
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}
.news_list li:last-child{
	margin-bottom: 0;
}
.news_list li .pic{
	float: left;
	width: 275px;
	height: 200px;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;	
}
.news_list li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_list li .txt{
	overflow: hidden;
	padding-left: 48px;
	padding-top: 9px;
}
.news_list li .txt .tit{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
	line-height: 1.7em;
	height: 3.4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_list li .txt .desc{
	font-size: 16px;
	color: #5c6066;
	line-height: 1.7em;
	max-height: 3.4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 26px;
}
.news_list li .txt .date{
	/*font-style: italic;*/
	font-size: 14px;
	color: #666666;
	/* font-family: Medium; */
}
.news_list li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
.news_list li:hover .txt .desc{
    color: #1340bf;
}
.news_list li:hover .txt .tit{
	color: #1340bf;
}
.news_list li:hover .pic img{
	  -webkit-transform: scale(1.08);
	    -moz-transform: scale(1.08); 
	    -ms-transform: scale(1.08); 
	    -o-transform: scale(1.08); 
	    transform: scale(1.08);
}
.bot_page .aniu{
	display: block;
	  width: 160px;
	      border: 1px solid #909399;
	      color: #909399;
	      cursor: pointer;
	    border-radius: 48px;
	    line-height: 48px;
	    text-align: center;
	    font-size: 16px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding: 0 12px 0 30px;
	    transition: .3s;
}
.bot_page .aniu span {
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
}
.bot_page .aniu span img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .3s;
}
.bot_page .aniu span img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .3s;
}
.bot_page .aniu span img:last-child {
    opacity: 0;
}
.bot_page .aniu:hover {
    border: 1px solid #1340bf;
    color: #fff;
    background-color: #1340bf;
}
.bot_page .aniu:hover img:first-child {
    opacity: 0;
}
.bot_page .aniu:hover img:last-child {
    opacity: 1;
}


.bot_page {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}
.bot_page .b_prev{
	padding: 0 30px 0 12px;
}
.bot_page .b_prev img{
	transform: rotate(180deg);-webkit-transform: rotate(180deg);
}
.new_ltit{
	font-size: 24px;
	color: #333333;
}
.new_ltit s{
	display: inline-block;
	width: 3px;
	height: 23px;
	background-color: #1340bf;
	margin-right: 20px;
	-webkit-transform: translatey(2px);
	-moz-transform: translatey(2px);
	-o-transform: translatey(2px);
	transform: translatey(2px);
}
.new_con{
	padding-top: 60px;
}
.new_con .title{
	font-size: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.7em;
}
.new_con .infon{
	font-size: 14px;
	color: #777777;
	/* font-family: Normal; */
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 11px;
}
.new_con .infon span:last-child{
	margin-left: 24px;
}
.new_con .descn{
	font-size: 14px;
	color: #555555;
	line-height: 2em;
	padding: 45px 0;
	/* font-family: Normal; */
}
.new_con .descn img{
	display: block;
	width: 100%;
}
.news_lr .l{
	font-size: 14px;
	color: #555555;
	/* font-family: Normal; */
}
.news_lr {
	display: flex;
	justify-content: space-between;
}
.news_lr .l a{
	display: block;
	line-height: 1.7em;
}
.news_lr .l a:last-child{
	margin-top: 20px;
}
.news_lr .l a:hover{
	color: #1340bf;
}
.trem_list .txt .t1{
	font-size: 18px;
	color: #333333;
	/* font-family: Medium;	 */
	line-height: 1.7em;
}
.trem_list .txt .t2{
	font-size: 10px;
	color: #555555;
	/* font-family: Medium; */
	margin: 10px 0 20px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.trem_list .swiper-pagination-bullet {
	width: 10px;
    height: 10px;
    background: #bbbcbf;
    opacity: 1;
}

.trem_list {
	padding-bottom: 30px;
}

.trem_list .trem_d{
	bottom: 0;
}
.trem_list .swiper-pagination-bullet-active {
    background: #1340bf;
}

.trem_list .txt .t3{
	font-size: 14px;
	color: #555;
	/* font-family: Normal; */
}
.trem_list{
	margin: 60px -10px 74px;
}
.trem_list .li{
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.trem_list .li .txt{
	padding: 30px 24px;
	position: relative;
	z-index: 3;
}
.trem_list .li .con{
	background-color: #f0f4f5;
	position: relative;
}
.trem_list .bg_tr{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
}
.trem_list .bg_tr img{
			display: block;
		    height: 100%;
			width: auto;
		    max-width: none;
		    position: relative;
		    left: 0;
/* 		    transform: translateX(-50%);
		    -webkit-transform: translateX(-50%); */
}

.trem_list .li .con:hover .txt .t1,.trem_list .li .con:hover .txt .t2,.trem_list .li .con:hover .txt .t3{
	color: #fff;
}

.trem_list .li .con:hover .bg_tr{
	opacity: 1;
}
.trem_list .li .con::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(30,120,255,.3);
	z-index: 3;
	opacity: 0;
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.trem_list .li .con:hover::before{
	opacity: 1;
}

.tr_swiper {
	-webkit-transform: scale(1.3);
	  -moz-transform: scale(1.3); 
	  -ms-transform: scale(1.3); 
	  -o-transform: scale(1.3); 
	  transform: scale(1.3);
}

.tr_swiper .swiper-slide .pic{
/* 	-webkit-transform: scale(.8);
	  -moz-transform: scale(.8); 
	  -ms-transform: scale(.8); 
	  -o-transform: scale(.8); 
	  transform: scale(.8); */
}

.tr_swiper .swiper-slide-active .pic{
	  -webkit-transform: scale(1);
	    -moz-transform: scale(1); 
	    -ms-transform: scale(1); 
	    -o-transform: scale(1); 
	    transform: scale(1);
}

.tr_swiper .swiper-slide-active{
	z-index: 99;
}
.tr_swiper .swiper-slide-prev{
	-webkit-transform: translatex(50%);
	-moz-transform: translatex(50%);
	-o-transform: translatex(50%);
	transform: translatex(50%);
}
.tr_swiper .swiper-slide-next{
	-webkit-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	transform: translatex(-50%);
}



.tr_swiper .swiper-slide img{
	display: block;
	width: 100%;
}

.tr_fc{
	padding-top: 116px;
	padding-bottom: 75px;
	overflow: hidden;
	position: relative;
}


.tr_fc .swiper-button-next,.tr_fc .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
	transition: .3s;
	margin-top: -25px;
}

.tr_fc .swiper-button-prev {
	background-image: url(../images/tr_l.png);
    left: 70px;
    right: auto;
}
.tr_fc .swiper-button-prev:hover{
	background-image: url(../images/tr_la.png);
}
.tr_fc .swiper-button-next{
	background-image: url(../images/tr_ra.png);
	right: 70px;
	left: auto;
}
.tr_fc .swiper-button-next:hover{
	background-image: url(../images/tr_r.png);
}
.honor_list{
	margin: 0 -22px;
	padding-top: 46px;
}
.honor_list li{
 padding: 0 22px;
 width: 25%;
 float: left;
 margin-bottom: 5px;
}
.honor_list li .txt{
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.7em;
	padding: 18px 0;
}
.ho_50{
	margin-bottom: 50px;
}
.honor_list li .pic{
	cursor: pointer;
}
.honor_list li .pic img{
	display: block;
	width: 100%;
}
.img_pop{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	display: none;
	z-index: 999;
}
.img_pop .img_con{
	position: absolute;
	    /* width: 700px; */
	    height: 80%;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    padding: 30px;
	    background-color: #fff;
		
}
.img_pop .img_con img{
	display: block;
	height: 100%;
	/* width: 100%; */
	margin: 0 auto;
	object-fit: contain;
}

.img_pop .hidez{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -40px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}
.img_pop .hidez span{
	width: 15px;
	display: inline-block;
	position: relative;
}
.img_pop .hidez img{
	width: 100%;
	display: block;
	transition: .3s;
}

.img_pop .hidez img:last-child{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.img_pop .hidez:hover img:first-child{
	opacity: 0;
}
.img_pop .hidez:hover img:last-child{
	opacity: 1;
}
.img_pop .img_con p{
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    color: #fff;
}

.map_tips{
	background-color: #fff;
	line-height: 1.7em;
	color: #666;
	padding: 14px 18px;
	font-size: 16px;
	position: relative;
}
.map_tips::before{
	content: "";
	width: 3px;
	background-color: #1340bf;
	position: absolute;
	left: 0;
	top: 10%;
	height: 80%;
	left: 0;
}
.map-box{
	position: absolute;
    top: 2%;
    left: 0;
    -webkit-transform: translatex(-20%);
    -moz-transform: translatex(-20%);
    -o-transform: translatex(-20%);
    transform: translatex(-18%);
}
.jsmap-nanhaizhudao.jsmap-disabled{
	display: none;
}
.banner_r1 .swiper-slide a, .banner_r2 .swiper-slide a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.m_head {display: block;height: 50px;overflow: hidden;padding: 0 5%;position: fixed;top: 0;left: 0;width: 100%;box-sizing: border-box;z-index: 10;background: rgba(255, 255, 255, 1);border-bottom: 1px solid #eee;}

	.m_head .mlt {display: block;float: left;}

	.m_head .mlt img {display: block;height: 23px;margin-top: 15px;}

	.m_head .img {width: 50px;float: right;}
	.m_head .img1 {width: 20px;height:50px;float: right;line-height:52px;margin-right:8px;}
	.m_head .img2 {width: 18px;height:50px;float: right;line-height:54px;margin-right:8px;}

	.m_head .img img {display: block;width: 100%;}
	.m_head .img1 img {display:inline-block;width: 100%;}
	.m_head .img2 img {display:inline-block;width: 100%;}

	.m_head .mrt {width: 50px;height: 50px;background: url(../images/ss2.png) center no-repeat;background-size: 20px;display: block;float: right;}

	.m_head .lang {display: block;float: right;line-height: 50px;font-size: 16px;color: #666;}

	.hdbtm {display: none;}

	.header {height: 50px;}
	.m_nav {display: block;position: fixed;z-index: 199;width: 100%;height: 100%;background: #fff;top: 0;right: -100%;-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;overflow: hidden;box-sizing: border-box;}

	.m_nav.act {right: 0;}

	.m_out {width: 50px;float: right;max-width: 50px;margin-right: 3%;}

	.m_navbox {height: auto; width: 100%;box-sizing: border-box;float: right;background: #fff;box-sizing: border-box;padding: 20px 0;overflow: auto;box-sizing: border-box;}

	.m_navbox li>div:nth-child(1),.m_navbox a.ltp {padding: 10px 30px 10px 50px;position: relative;}

	.m_navbox div,.m_navbox a.ltp {font-size: 18px;line-height: 30px;padding: 10px 0;display: block;}

	.m_navbox div,.m_navbox a {color: #666;display: block;}

	.m_navbox li>div:nth-child(1):after,.m_navbox a.ltp:after {content: '';display: block;width: 5px;height: 20px;background: #1340bf;position: absolute;top: 50%;margin-top: -10px;left: 30px;}
	.toggleMenu {
		position:absolute;
		width: 40px;
		height: 100%;
		top: 0;
		right: 0;
	}
	.m_navbox div.lbt {padding: 5px 50px;display: none;border-bottom: 1px solid #1340bf;}

	.m_navbox li {cursor: pointer;}

	.m_navbox a {font-size: 16px;line-height: 20px;padding: 10px 0;}

	.m_navbox li.act>div:nth-child(1) {background: url(../images/reduce.jpg) 95% center no-repeat;}
	

	.m_navbox li>div:nth-child(1) {background: url(../images/plus.png) 95% center no-repeat;background-size: 16px;}
	.rcon1 .r2_len3 s,.rcon1 .r2_len s{width: 99px;}
	.m_navbox .no_click {pointer-events: none;}
	.m_navbox li>div:nth-child(1) {background: url(../images/plus.png) 95% center no-repeat;background-size: 16px;}
	.m_navbox li.no_click>div:nth-child(1) {background: none;}
.div_inp {
    width: 93%;
    height: 40px;
    padding-left: 29px;
    float: left;
    display: flex;
    align-items: center;
}
.mol_so {
    padding: 0 12px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #b3b3b3;
    border-radius: 4px 0 0 4px;
}
.div_inp a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1340bf;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.m_navbox li:first-child div{
	background-image: none;
}
.m_navbox li:first-child.act div{
	background-image: none;
}
.m_navbox li:last-child div{
	background-image: none;
}
.m_navbox li:last-child.act div{
	background-image: none;
}
.banner .swiper-slide img{
	display: block;
	width: 100%;
}
.banner .l img{
    height: 804px;
}
.banner .r img{
    height: 402px;
}
.banner .r{
	overflow: hidden;
}
.banner_r1 .txt .tit img, .banner_r2 .txt .tit img,.banner_r2 .txt .info span img{
	width: auto;
	
}
.pro_box li .pic{
    padding: 30px;
    height: 240px;
	text-align: center;
}
.pro_box li{position: relative;}
.pro_box li a{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.pro_box li .pic img{display: inline-block; height: 100%;}
.pro_list li .pic img{padding: 20px;display: block;width: 100%;height: 100%; object-fit: contain;}
.pro_list li:last-child .p960{
	display: none;
}
.pro_list li .plast{display: none;}
.screen_pro span{width: 42px;display: block;float: left;}

.desc_con .r .descz p{line-height: 1.7em;}

.pro_desc .swiper-slide img{
	display: block;
	width: 100%;
	height: 300px;
	object-fit: contain;
}
.from_pro li p{line-height: 1.7em;}

.trem_list .li .con .pic img{
	display: block;
	width: 100%;
}
/* .trem_list .bg_tr img{
	display: block;
	width: 100%;
	height: 100%;
} */
.tr_swiper .swiper-pagination{
	bottom: 0;
	/* display: none; */
}
.tr_swiper{padding-bottom: 30px;}
.tr_swiper .swiper-pagination-bullet {width: 8px;height: 8px;background: #bbbcbf;opacity: 1;}
.tr_swiper .swiper-pagination-bullet-active {background: #1340bf;}
.fsat{padding-bottom: 30px;}
/* .bg_lx{
	padding-top: 45px;
} */
.gw_lx{
	padding-top: 30px;
}
.tit_t{
	font-size: 18px;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 10px;
}
.lx_list{
	padding-top: 38px;
}
.lx_list .name{
	font-size: 16px;
	color: #333;
	line-height: 1.7em;
	margin-bottom: 12px;
}
.lx_list li{
	float: left;
	width: 50%;
	margin-bottom: 24px;
	padding-right: 30px;
}
.lx_list p{
	font-size: 16px;
	color: #909499;
	line-height: 1.7em;
	overflow: hidden;
	margin-bottom: 4px;
}
.lx_list p .s1{
	color: #5d6166;
	display: block;
	float: left;
}
.lx_list.gn p .s1{
	width: 80px;
}
.lx_list p span{
	display: block;
	overflow: hidden;
}
/*.mlo_map{display: none;}*/
.mlo_map table{
    width: 100%;
    border-collapse: collapse;
  border-spacing: 0;
}
.mlo_map table td{
    border: 1px solid #ccc;
}
.mlo_map table td p{
    line-height: 30px;
    padding: 0 20px;
}
.m_navbox .two_box{
	display: none;
	padding:0 0 0 12px;
}
.m_navbox .two_box a{
	font-size: 14px;
}
.m_navbox .two_n{
	padding:0 0 0 20px;
	font-size: 16px;
}
.m_navbox .two_n p{
	line-height: 1.7em;
	margin-bottom: 6px;
}

.sr_inp{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.sr_inp .l_inp{
	background-color: #eeeeee;
	width: 640px;
	height: 48px;
	border-radius: 48px;
	position: relative;
}
.sr_inp .l_inp input{
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	outline: none;
	border: none;
	background-color: transparent;
	padding: 0 28px;
	font-size: 16px;
	color: #666666;
}
.sr_btn{
	width: 160px;
	height: 48px;
	line-height: 48px;
	border-radius: 48px;
	border: 1px solid #909399;
	color: #909399;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	margin-right: 16px;
}

.r_btns ,.cen_btns{
	display: flex;
}

.sr_btn:hover,.sr_btn.on{
	border: 1px solid #1340bf;
	color: #fff;
	background-color: #1340bf;
}
.cen_btns{
	padding-top: 60px;
	margin-bottom: 36px;
}
.sr_tipes{
	font-size: 18px;
	color: #595656;
}
.sr_tipes span{
	color: #034db5;
	font-size: 24px;
}

.banner_r2 .txt .info span img {
    margin-top: -4px;
}

.mlo_more{width: 116px;height: 37px;border-radius: 37px;line-height: 37px;font-size: 14px;border: 1px solid #1340bf;color: #fff;background-color: #1340bf;text-align: center;margin-right: 16px;margin: 20px auto 0;cursor: pointer;display: none;}


.in_row1{
	padding: 60px 0;
	display: none;
}
.r1_desc{
	padding-top: 22px;
	line-height: 1.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.in_row1 .b_more{
	margin: 30px auto 0;
}

.pro_list li .tit{
	line-height: 1.4em;
	height: 2.8em;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}


.up_list{
    border-top: 1px solid #1340bf;
    padding-top: 20px;
}
.up_list li{
    padding: 14px 0;
    border-bottom: 1px solid #dbe1e5;
  
}
.up_list li:last-child{
    border-bottom: none;
}
.up_list li a{
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.up_list li span{
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
}

.up_list li p{
    line-height: 1.4em;
    font-size: 16px;
}
.up_list li a img{
    width: 100%;
    display: block;
    height: 100%;
}
.a_dw{
    position: relative;
    top: -70px;
}
.up_list li a img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.up_list li:hover p{
    color: #1340bf;
}

.up_list li:hover a img{
    opacity: 0;
}

.up_list li:hover a img:last-child{
    opacity: 1;
}

.language{
  float: right;
    display: block;
    line-height: 50px;
}

.bottom{
    display: flex;
    justify-content: space-between;
}
.bottom .left{
    padding: 10px;
    width: 30%;
    min-height: 640px;
    box-shadow: 0px 0px 1px #333;
}
.bottom .left p{
    line-height: 30px;
    margin: 7px 0;
}
.bottom .right{
    width: 65%;
}

@media(max-width:1920px) {
	.img_big .img_con img {
		width: 74%;
	}
}
@media(max-width:1800px) {
	.footer .frt li {margin-right: 70px;}
}


@media(max-width:1680px) {
	.banner .swiper-slide .ban_txt .tit {font-size: 40px;}
	.banner .swiper-slide .ban_txt .f_tit{font-size: 16px;}
	.banner_r1 .swiper-slide .txt, .banner_r2 .swiper-slide .txt {padding: 0 40px 40px;}
	.banner_r1 .txt .tit, .banner_r2 .swiper-slide .tit {font-size: 22px;margin-bottom: 14px;padding-bottom: 14px;}
	.banner_r1 .txt .tit img, .banner_r2 .txt .tit img{width: 34px;}
	.banner_r1 .txt .desc ,.banner_r2 .txt .f_desc p{font-size: 14px;}
	.pro_box li .txt{font-size: 16px;}
}
@media(max-width:1440px) {
	.g_tit .t1 {font-size: 26px;margin-bottom: 16px;}
	.g_tit .t1 img {width: 16px;}
	.g_tit .t2 {font-size: 16px;padding-left: 22px;}
	.f_nav .itvn {font-size: 14px;height: 36px;line-height: 36px;padding: 0 19px;border-radius: 36px;}
	.pro_box li .txt {height: 40px;font-size: 16px;padding-top: 0px;}
	.p_100 {padding: 60px 0;}
	.left_nav {left: 0;top: 260px;}
	.desc_con .r .tit {font-size: 28px;margin-bottom: 18px;}
	.desc_con .r .descz .t1 {font-size: 16px;margin-bottom: 30px;}
	.f_banner .tit {font-size: 36px;width: 80%;}
	.new_con .title {font-size: 22px;margin-bottom: 30px;}
	.p_80{padding-top: 50px;}
	.footer .frt li {
		margin-right: 42px;
	}
	.pro_descbox { padding-top: 50px; }

}
@media(max-width:1368px) {
.img_big .img_con img {
    width: 71%;
	}
}
@media(max-width:1280px) {
	.banner .swiper-slide .ban_txt .tit {
	    font-size: 34px;
	}
	.banner .swiper-slide .ban_txt {
		padding-left: 100px;
	}
}
@media(max-width:1026px) {
	.footer{display: none;}
	.z_tanchuang .tbox .modal { width: 92%; }
	.z_tanchuang .tbox .modal .out { width: 28px; height: 28px; line-height: 28px; background-size: 14px; top: -36px; right: -20px; }
	.z_tanchuang .tbox .modal .out:hover { background-size: 14px; }	
}
@media(max-width:960px) {
    .up_list li p{font-size: 14px;}
    .up_list li span { width: 25px; height: 19px; }
	.r_ji{display: block;}
	.pro_descbox { padding-top: 30px; }
	.f_24{font-size: 16px;}

	.left_box.act { right: 0px; }
	.new_box .ul1{display: none;}
	.desc_tit {font-size: 22px;}
	.t_hd{display: none;}
	.box,.ibox{min-width: 200px;padding: 0 5%;width: 100%;}
	.m_nav {display: block;}
	.head{display: none;}
	.p_60 {padding-top: 50px;}
	.banner .l {float: none;width: 100%;}
	.banner .swiper-slide .ban_txt {padding: 15% 5% 0;}
	.banner .r{display: flex;justify-content: space-between;}
	.banner_r1,.banner_r2{width: 50%;}
	.banner_r1 .swiper-slide .txt, .banner_r2 .swiper-slide .txt{padding: 0 5% 30px;}
	.banner_r1 .txt .desc {line-height: 2.4;}
	.banner .swiper-slide .ban_txt .tit {font-size: 24px;}
	.banner .swiper-slide .ban_txt .f_tit {font-size: 14px;}
	.b_more span ,.bot_page .aniu span{width: 18px;height: 18px;}
	.b_more ,.bot_page .aniu{width: 116px;height: 37px;border-radius: 37px;line-height: 37px;font-size: 14px;padding: 0 12px 0 14px;}
	.banner .swiper-pagination-bullet-active {width: 40px;}
	.banner .swiper-pagination {text-align: center;padding-left: 0;bottom: 30px;}
	.banner_r1 .txt .tit, .banner_r2 .swiper-slide .tit {font-size: 16px;margin-bottom: 8px;padding-bottom: 8px;}
	.banner_r1 .txt .tit img, .banner_r2 .txt .tit img {width: 28px;}
	.banner_r2 .txt .info span:first-child{margin-bottom: 10px;}
	.in_row2 .top_tit{display: block;}
	.f_nav{margin-top: 22px;}
	.f_nav .itvn{margin-bottom: 10px;}
	.pro_box li ,.trem_list .li{width: 33.33333%;}
	.g_tit .t1 {font-size: 20px;margin-bottom: 10px;}
	.g_tit .t2 {font-size: 14px;}
	.g_tit .t1 img {width: 14px;}
	.f_nav .itvn {font-size: 14px;height: 33px;line-height: 33px;padding: 0 14px;border-radius: 33px;}
	.pro_box li .txt {height: 70px;font-size: 14px;padding-top: 20px;}
	.pro_box li .txt {height: 56px;font-size: 14px;padding-top: 18px;}
	/* .pro_box li:nth-child(2), .pro_box li:nth-child(4), .pro_box li:nth-child(5), .pro_box li:nth-child(7) {background-color: #fff;} */
	/* .pro_box li:nth-child(odd){background-color: #F5F5F5;} */
	.in_row2 .top_tit {margin-bottom: 26px;}
	.footer{display: none;}
	.footer2 .flt,.footer2 .frt {float: none;text-align: center;}
	.footer2 .frt span, .footer2 .frt a{float: none;display: inline-block;}
	.footer2{background-color: #fff;}
	.ban {height: 210px;}
	.g_tit2 {font-size: 22px;}
	.pro_list li .txt {height: 50px;font-size: 16px;padding-top: 14px;}
	.pro_list li ,.pj_box li{width: 33.3333%;}
	.pro_list li:nth-child(odd){background-color: #F5F5F5;}
	.pro_list.cen li:last-child{background-color: #F5F5F5;}
	.pro_list li:last-child .p960{display: block;}
	.pro_list li:last-child .p960a{display: none;}
	.pro_list li .plast{display: block;}
	/* .pro_list{border: none;} */
	.pro_list li:nth-child(4n) {border-right: 1px solid #e0e0e0;}
	.s_nav .intm{margin-bottom: 14px;}
	.screen_pro {margin-top: 40px;}
	.desc_con .l ,.desc_con .r{float: none;width: 100%;}
	.b_more.desc{width: 116px;}
	.desc_con .r .descz {margin-bottom: 40px;}
	.desc_con .r{padding: 30px 0 0;}
	.desc_con .r .tit ,.pro_descbox .title,.title.zx_t,.tlt64{font-size: 20px;}
	.desc_con .r .descz .t1 {font-size: 14px;margin-bottom: 20px;}
	.pro_descbox .title,.title.zx_t,.tlt64{margin-bottom: 18px;}
	.inp_con{display: block;}
	.inp_con .item{width: 100%;}
	.inp_con ,.inp_con .item{margin-bottom: 18px;}
	.info_box{padding-top: 10px;}
	.inp_con .item span {width: 112px;font-size: 14px;}
	.tex_con textarea {font-size: 14px;}
	.left_box{
		-webkit-transform: translatex(0);-moz-transform: translatex(0);-o-transform: translatex(0);transform: translatex(0); left: auto; top: 20%; right: -130px;width: auto;border-radius: 10px 0 0 10px;
		-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
		-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
		transition: all .4s cubic-bezier(.4,0,.2,1);
	}
	.left_box.actt{
		right: 0px;
  }
	.le_fh{font-size: 14px;margin-bottom: 26px;}
	.left_nav .l_vcn{font-size: 14px;}
	.from_pro{width: 100%;}
	.chans_box {padding: 20px 10px;margin-bottom: 48px;}
	.video_list li .txt {font-size: 14px;padding: 16px 14px;}
	.video_list li {padding: 0 8px;}
	.video_list{margin: 0 -8px;}
	.img_con{width: 90%;}
	.pro_desc2 .swiper-slide .txt {padding: 20px 0;}
	.pro_desc2 .swiper-slide {font-size: 16px;}
	.f_banner .tit {font-size: 24px;width: 80%;}
	.f_banner .pc{display: none;}
	.f_banner .mobile{display: block;}
	.ab_video .paly {width: 40px;height: 40px;}
	.ab_video .paly::before {content: "";width: 60px;height: 60px;margin-top: -30px;margin-left: -30px;}
	.trem_list .txt .t1 {font-size: 16px;}
	.trem_list {margin: 40px -10px 40px;}
	.honor_list li {padding: 0 10px;margin-bottom: 5px;}
	.honor_list{margin: 0 -10px;}
	.honor_list li .txt {font-size: 14px;padding: 14px 0;}
	.img_pop .img_con{width: 90%;}
	.img_pop .hidez {top: 5px;right: 2px;background-color: #F5F5F5;}
	.js_80 {margin-bottom: 40px;}
	.js_info {padding-top: 30px;}
	.c_ban .text {padding: 0;}
	.c_ban .text .bot_lx{font-size: 14px;}
	.c_ban .text .r img{width: 60px;display: block;margin: 0 auto 8px;}
	.lxrx{min-height: 128px;position: relative;}
	.lxrx .img{display: block;height: 100%;max-width: 800px;position: relative;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
	.c_ban .text .r{color: #fff;}
	.news_list li .pic {float: none;margin: 0 auto;}
	.news_list li .txt {padding-left: 0;padding-top: 28px;text-align: center;}
	.news_list li .txt .tit{text-align: center;}
	.news_list li .txt .tit {font-size: 16px;margin-bottom: 16px;}
	.news_list li .txt .desc {font-size: 14px;margin-bottom: 20px;display: none;}
	.news_list li .txt .date{display: none;}
	.bot_page .aniu{width: 98px;}
	.new_nav .n_btn {width: 129px;line-height: 38px;border-radius: 38px;font-size: 14px;}
	.new_nav .n_btn:last-child {margin-left: 31px;}
	.new_con .title {font-size: 18px;margin-bottom: 30px;}
	.new_ltit {font-size: 20px;}
	.new_ltit s {width: 2px;height: 19px;margin-right: 12px;}
	.news_lr{display: block;}
	.news_lr .l{margin-bottom: 30px;}
	.pc_map{display: none;}
	.mlo_map{display: block;}
	.z_tanchuang .tbox .modal .out {right: 7px;top: 5px;}
	
	.sr_btn {width: 116px;height: 37px;border-radius: 37px;line-height: 37px;font-size: 14px;}
	.sr_inp .l_inp {width: 460px;height: 42px;border-radius: 42px;}
	.sr_tipes {font-size: 14px;}
	.sr_tipes span {font-size: 20px;}
	.cen_btns {justify-content: center;}
	.sr_inp{display: block;}
	.sr_inp .l_inp{width: 100%;margin-bottom: 20px;}
	.r_btns{justify-content: flex-end;display: none;}
	.cen_btns {padding-top: 30px;margin-bottom: 30px;}
	.news_list{overflow: hidden;margin: 0 -8px;}
	.news_list li{float: left;width: 50%;padding: 0 8px;margin-bottom: 16px;}
	.news_list li .pic{width: 100%; height: 120px;}
	.lx_us{display: none;}
	.bot_page.new_960{display: none;}
	.mlo_more{display: block;}
	.img_pop .img_con{
		height: auto;
	}
	.img_pop .img_con img {
		height: auto;
		width: 100%;
	}
}
@media(max-width:800px) {
	.tr_swiper ,.tr_swiper, .tr_swiper .swiper-slide .pic{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
	.tr_swiper .swiper-slide-next ,.tr_swiper .swiper-slide-prev{-webkit-transform: translatex(0);-moz-transform: translatex(0);-o-transform: translatex(0);transform: translatex(0);}
	.tr_fc .swiper-button-next, .tr_fc .swiper-button-prev{display: none;}
	.tr_fc{padding-top: 40px;padding-bottom: 0px;}
	.tr_swiper .swiper-pagination{display: block;}
	.trem_list .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.trem_list {
		padding-bottom: 10px;
	}
}

@media(max-width:760px) {
	.pro_box li ,.pro_list li ,.pj_box li,.trem_list .li{width: 50%;}
	.ban {height: 171px;}
	.g_tit2 {font-size: 20px;}
	.lx_list li{float: none;width: 100%;}
}
@media(max-width:600px) {
    .pro_list li .pic img{padding: 10px;}
    .banner .swiper-slide img{height: auto;}
	.from_pro li {font-size: 12px;padding: 14px 0;}
	.banner .r {display: none;}
	.banner_r1,.banner_r2{width: 100%;}
	.pro_box li ,.pro_list li ,.pj_box li,.culture_list li{width: 100%;margin-bottom: 12px;}
	.pro_list.cen li{width: 50%;margin-bottom: 0;}
	.ban {height: 121px;}
	.pro_list{border: none;}
	.pro_list li{border: 1px solid #e0e0e0;}
	.video_list li {float: none;width: 100%;margin-bottom: 20px;}
	.trem_list .li {padding: 0 5px;}
	.trem_list {margin: 40px -5px 40px;}
	.honor_list li {width: 50%;margin-bottom: 5px;}
	.c_ban .text .top_i img {height: 14px;}
	.banner .swiper-slide .ban_txt {padding: 9% 5% 0;}
	.banner .swiper-slide .ban_txt .f_tit {margin-bottom: 30px;}
	.banner .swiper-slide .ban_txt .tit {font-size: 20px;}
	.banner .swiper-pagination {bottom: 10px;}
	.z_tanchuang .tbox .modal{padding: 10px;}
	.news_list li .txt .tit {font-size: 14px;}
	.in_row1{display: block;}
	.pro_desc2 .swiper-button-next { right: 20px;}
	.pro_desc2 .swiper-button-prev { left: 20px;}
	.img_pop .img_con img { height: auto; width: 100%; }
  .pj_box li{
    height: auto;
  }
}





































